home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / python-pexpect.preinst < prev    next >
Encoding:
Text File  |  2008-07-27  |  647 b   |  25 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
  5.     pycentral pkgprepare python-pexpect <<PYEOF
  6. [python-package]
  7. format = 1
  8. python-version = all
  9. [pycentral]
  10. version = 0.6.7
  11. [files]
  12. /usr/share/pyshared/pexpect.py=f
  13. /usr/share/pyshared/pxssh.py=f
  14. /usr/share/pyshared/fdpexpect.py=f
  15. /usr/share/pyshared/FSM.py=f
  16. /usr/share/pyshared/screen.py=f
  17. /usr/share/pyshared/ANSI.py=f
  18. /usr/share/pyshared/pexpect-2.3.egg-info=f
  19. PYEOF
  20. else
  21.     mkdir -p /var/lib/pycentral
  22.     echo python-pexpect >> /var/lib/pycentral/delayed-pkgs
  23. fi
  24. # End automatically added section
  25.